home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / PageMaker 6.5 SDK Mac / SourceCode / C_Language / ExportF / Common / EXPORTF.H < prev    next >
C/C++ Source or Header  |  1996-07-05  |  561b  |  27 lines

  1. /*
  2.  *--- ExportF.h ---------------------------------------------------------
  3.  * Copyright (c) 1992-96 Adobe Systems, Inc.  All rights reserved.
  4.  *
  5.  * PageMaker plug-in.
  6.  *-----------------------------------------------------------------------
  7.  */
  8.  
  9. #ifndef FUNCTEXP_H
  10. #define FUNCTEXP_H
  11.  
  12. #include "pmplugin.h"
  13.  
  14. #define PIConvertName "ConvertMeasure"
  15.  
  16. typedef enum {
  17.     kInches         = 0,
  18.     kInchesDecimal    = 1,
  19.     kMillimeters    = 2,
  20.     kPicas            = 3,
  21.     kCiceros        = 4,
  22.     kDontCare        = -2,
  23.     kTwips            = 999,
  24.     kFiller            = 1000
  25. } kUnits;
  26.  
  27. #endif //FUNCTEXP_H